ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1WrapCollectionView<S,T> Class / IsPlain Property

In This Topic
    IsPlain Property (C1WrapCollectionView<S,T>)
    In This Topic
    Gets whether the group items will be inline with the data items or the items will be the first level of group items.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property IsPlain As System.Boolean
    public virtual System.bool IsPlain {get;}
    See Also